Skip to content

[データベース] 各テンプレートで一時保存や公開前ラベルを初期表示画面(一覧画面)に表示#2382

Open
akagane99 wants to merge 5 commits intoopensource-workshop:masterfrom
akagane99:connect-cms-ideas/issues/186
Open

[データベース] 各テンプレートで一時保存や公開前ラベルを初期表示画面(一覧画面)に表示#2382
akagane99 wants to merge 5 commits intoopensource-workshop:masterfrom
akagane99:connect-cms-ideas/issues/186

Conversation

@akagane99
Copy link
Contributor

@akagane99 akagane99 commented Mar 5, 2026

概要

  • tableテンプレートが非対応だったため、対応しました。
  • ステータスラベル表示を共通部品にしたため、各テンプレートに適用しました。

修正後画面

tableテンプレート 初期表示画面(一覧画面)

image

design-table-dlテンプレート

初期表示画面(一覧画面)

image

詳細画面

image

defaultテンプレート

初期表示画面(一覧画面)

image

詳細画面

image

card_02テンプレート

初期表示画面(一覧画面)

image

詳細画面

image

レビュー完了希望日

急ぎません

関連Pull requests/Issues

参考

なし

DB変更の有無

なし

チェックリスト

@masaton0216 masaton0216 self-requested a review March 25, 2026 00:53
@masaton0216 masaton0216 added the enhancement 機能強化 label Mar 25, 2026
Copy link
Contributor

@masaton0216 masaton0216 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ご対応ありがとうございます。
スペース除去依頼2件と、意図通りの挙動か確認が2件です。

@include('plugins.user.databases.default.databases_include_value')

{{-- ステータス表示のみ --}}
@include('plugins.user.databases.default.databases_include_status_and_button', [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(意図通りかの確認コメントです)
実用上は大きな問題にはならないのですが、バッジの役目が「ステータス表示」と「詳細ページへのナビリンク」の2役になっています。
正味の役割としては「ステータス表示」だけかと思うので、バッジをクリッカブルな要素にすると「クリックして何かが起きる要素なのか?」とユーザによっては期待と実際の挙動にギャップが生じる可能性があるのかなと思いました。
※実用上は実害がない箇所なので、このまま通すことも可能です。

@include('plugins.user.databases.default.databases_include_value')

{{-- ステータス表示のみ --}}
@include('plugins.user.databases.default.databases_include_status_and_button', [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(意図通りかの確認コメントです)
実用上は大きな問題にはならないのですが、バッジの役目が「ステータス表示」と「詳細ページへのナビリンク」の2役になっています。
正味の役割としては「ステータス表示」だけかと思うので、バッジをクリッカブルな要素にすると「クリックして何かが起きる要素なのか?」とユーザによっては期待と実際の挙動にギャップが生じる可能性があるのかなと思いました。
※実用上は実害がない箇所なので、このまま通すことも可能です。

@akagane99
Copy link
Contributor Author

@masaton0216 さん
こちらも年度末バタバタがやってきました。
落ちつき次第、順次確認と対応していきたいと思います。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement 機能強化

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants